@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {
  #w_grid-1671011259385 > div > .p_gridbox {
    display: block;
}
  #c_portalResPublic_codeContainer-1671011259425 .in_cn_font_title {
    text-align: center !important;  }
  #c_portalResPublic_codeContainer-1671011259425 .in_en_font_title {
    text-align: center !important;  }
  #w_common_text-1671084749800 p{ text-align: center !important; }
  #w_common_text-1671084749800 p span{ font-size: 14px; }
  
  #w_grid-1671608758239 > div > .p_gridbox {
    display: block;
}
  #c_portalResPublic_codeContainer-1671608758294 .in_cn_font_title {
    text-align: center !important;  }
  #c_portalResPublic_codeContainer-1671608758294 .in_en_font_title {
    text-align: center !important;  }
  #w_common_text-1671608758279 p{ text-align: center !important; }
  #w_common_text-1671608758279 p span{ font-size: 14px; }
  #c_portalResProduct_list-16716089251068649 .p_Product { width: 48%; }
  .c_portalResProduct_list-01001039 .keyBox { margin: 0; }
  
  #w_grid-1671608978166 > div > .p_gridbox {
    display: block;
}
  
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

